Auto merge of #3700 - matklad:faster-test, r=alexcrichton
authorbors <bors@rust-lang.org>
Tue, 14 Feb 2017 19:46:26 +0000 (19:46 +0000)
committerbors <bors@rust-lang.org>
Tue, 14 Feb 2017 19:46:26 +0000 (19:46 +0000)
commit82f552d08d7cff5a9bacdb1ffdb8ad7707f11a12
tree9de09afbdb58829556c4868eababd9b4be8c9425
parent2c2e07f5cfc9a5de10854654bc1e8abd02ae7b4f
parentcdcb8970157b3f56a9fab412fbc651b66b23fc5a
Auto merge of #3700 - matklad:faster-test, r=alexcrichton

Don't use real serde in tests

This test used to take 1.5 minutes on my machine (without significant CPU usage however), now it finishes in a couple of seconds. I don't fully understand what is tested here, but I suppose we don't really need serde.